Method: saveRegisteredDevices

Create a new registered device.

Parameters

Name Type Description
propStrings string The properties string used to register the device, string is in the following format: userName=value1,macAddress=
value2,ipAddress=value3,state=
Approved,description=value4,
applianceGroup=value5
requestingUser string The user requesting the operation

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/saveRegisteredDevices?propStrings=userName=jane.smith,macAddress=80:D6:05:4A:D6:C5,state=Approved,applianceGroup=Default&requestingUser=root